home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 22 Graphics & Utilities / GIFMAP.THD < prev    next >
Encoding:
Text File  |  2019-04-13  |  9.6 KB  |  234 lines

  1.  
  2.  
  3. #: 24587 S10/Graphics Util & GIF
  4.     06-Mar-91  23:17:44
  5. Sb: #GIFF's
  6. Fm: Randall Miller 73717,151
  7. To: all
  8.  
  9. HELP....how do I get the GIF program t work?... it wont seem to load up any of
  10. the GIF images after I get the GIFFY.IMG program running it simply states that
  11. the programs are: "62 file not found 00" but I know the files are there as tey
  12. are listed when "$" is used problem is that they are SEQ programs? but the
  13. program for viewing SEQ programs (at least I think it is?) is also a SEQ
  14. program and I cant seem to load it up...how do I do this? it wont load up with
  15. a simple load " ",8 simply states no file exists so... how do I load up and run
  16. GIF programs onto my commie.. I have no idea ... I am wandering around in a fog
  17. staring blankly at my keyboard... any help will be appreciated. THANKS
  18.  
  19.  
  20.  
  21. #: 24589 S10/Graphics Util & GIF
  22.     07-Mar-91  07:40:44
  23. Sb: #24587-#GIFF's
  24. Fm: Sysop/Betty Knight 76703,4037
  25. To: Randall Miller 73717,151 (X)
  26.  
  27. Dear Randall,
  28.  
  29.      We have several GIF viewers in CBMART's LIBrary 10.  GIFFY.IMG will only
  30. display  NAME.GIF   files if they are PRG type files on your directory. The
  31. GIFFY.BIN will display  NAME.GIF  files which are either  PRG or SEQ types. 
  32. The GIFREU.BIN file will display either PRG or SEQ  .GIF files using an REU.
  33. These three programs are for the C64 or the C128 in its C64 mode.  There is a
  34. GIF viewer for the 128 in 80 columns if you have a C128D or a C128 with the 64K
  35. VDC RAM modification;  it's name is  GDS.BIN, also in LIB 10.
  36.  
  37.      If you are using VIDTEX4.2's B-Protocol the GIFFY.IMG should download
  38. automatically as a PRG type file because the  .IMG extension knows from the
  39. Image Header whether it is a PRG or SEQ type.  If you are using XMODEM Protocol
  40. and download an .IMG file you will need to tell your XMODEM program that it is
  41. a PRG file.  Also If downloading an  .IMG file with XMODEM and your XMODEM
  42. program does not automatically delete the six-character Image Header then you
  43. will need to use a short program in CBMART's LIB 1 that will strip off those
  44. six characters.  In LIB 1 its name is:  BINIMG.BIN and there is also a
  45. BINIMG.DOC file and you will note that it is a .BIN file for your XMODEM
  46. protocol program to download as a PRG file.
  47.  
  48.      There is also  a short utility file, in CBMART's LIB 1 named: SEQPRG.IMG
  49. which will change the program files that downloaded as SEQ files to PRG type so
  50. you can load and run them. If you are using VIDTEX4.2 B-Protocol and you are
  51. downloading a .BIN file, when VIDTEX asks for a file name for your computer you
  52. need to enter the name plus a  ,p  ( E.G.  GIFFY.BIN,P ) and then the GIFFY.BIN
  53. file will download as a PRG type file.
  54.  
  55.      Randall, the above is too much detail probably, so we would suggest that
  56. you download from LIB 10 the  GIFFY.BIN as a PRG type program as described
  57. above which will view both SEQ and PRG  .GIF files.  Also when you run the
  58. GIFFY program and it asks for your GIF file just enter the name withOUT the
  59. .GIF, even though it must be  .GIF on your disk.
  60.  
  61.  
  62.  
  63.  
  64. #: 24590 S10/Graphics Util & GIF
  65.     07-Mar-91  18:56:35
  66. Sb: #24589-#GIFF's
  67. Fm: John Iannetta 73510,2152
  68. To: Sysop/Betty Knight 76703,4037 (X)
  69.  
  70. Betty,
  71.  
  72.         The only reason that "GIFFY.IMG" will not display SEQ files is that in
  73. line 210 of the program, ".GIF,P,R" is concatenated with the entered filename.
  74. DOS will thus give a FILE TYPE MISMATCH error.  But if the "P" is replaced with
  75. any character that is not a valid file type or direction byte, both SEQ and PRG
  76. GIF data files may be displayed.  So I suggest that anyone who has "GIFFY.IMG"
  77. change the ".GIF,P,R" in line 210 to ".GIF,Q,R" and do a SAVE WITH REPLACE.
  78.  
  79.                    John
  80.  
  81.  
  82.  
  83.  
  84.  
  85. #: 24606 S10/Graphics Util & GIF
  86.     11-Mar-91  12:00:10
  87. Sb: MESSAGE ERROR
  88. Fm: John Iannetta 73510,2152
  89. To: Sysop/Betty Knight 76703,4037 (X)
  90.  
  91. Betty,
  92.  
  93.              I want to apologize to you, and publicly, for an error in a recent
  94. message to you.  I suggested a change in line 210 of "GIFFY.IMG" to allow both
  95. SEQ and PRG files to be displayed.  That part was alright.  But I made a
  96. further suggestion that a SAVE WITH REPLACE then be done to "GIFFY.IMG".  As
  97. stated, that should NOT be done.  "GIFFY.IMG" must first be RUN, in order to
  98. LIST line 210. That alters the program greatly, moving BASIC bytes downward and
  99. ML bytes upward to produce a RUNable, LISTable BASIC program.  In that form,
  100. one should NOT SAVE the program.  BUT any changes then made WILL be executed,
  101. as long as the program is in memory.  But BEFORE the program is RUN, POKE
  102. 3263,81 will let one view both SEQ and PRG files.  Also, POKE 5227,48:POKE
  103. 5228,48:POKE 5253,48 will cause the border color only to change to black at the
  104. end of the display, instead of flashing.  That may be deemed desirable by some.
  105. Then, without RUNning the program, a SAVE WITH REPLACE may be safely done.  And
  106. the diskette file will incorporate the changes made.  I sincerely apologize to
  107. anyone who may have followed my advice, winding up with an unusable version of
  108. "GIFFY.IMG".  I satisfactorily tested the proceedure just outlined.  I didn't,
  109. unfortunately, check my original method.
  110.  
  111.                   John
  112.  
  113.  
  114.  
  115. #: 24591 S10/Graphics Util & GIF
  116.     07-Mar-91  21:35:52
  117. Sb: #24590-GIFF's
  118. Fm: Anthony Marsh 72127,2301
  119. To: John Iannetta 73510,2152 (X)
  120.  
  121. That is sort of what I did with the version I modified to go with the REU. All
  122. I did was enter spaces instead of ,P,R. The default is READ anyway and it will
  123. match any filetype that way. I don't think we tampered with the original, but
  124. it could be done easily in a capture buffer. BTW, are you interested in
  125. programming for GIFs? I have sent the info on the new 89A format to the guy who
  126. wrote GDS, but it looks like a bear to program. I hope to get him online here
  127. and he may need help including the 89A features on the 128. Tony
  128.  
  129.  
  130.  
  131.  
  132.  
  133. #: 24573 S10/Graphics Util & GIF
  134.     03-Mar-91  14:35:05
  135. Sb: #c128 weather maps
  136. Fm: Sysop/Betty Knight 76703,4037
  137. To: Anthony Marsh 72127,2301 (X)
  138.  
  139. Dear Tony,
  140.  
  141.      I downloaded a new GIF 89A from PICS and GIFFY.BIN will not display it. In
  142. fact, neither will CompuServe's PC3.ld (MS-DOS) which is an older version. So
  143. unless we get an updated GIFFY.BIN, I want CBMART not to have any of the new
  144. GIFs.
  145.  
  146.      We would like to have a few new GIF files in CBMART's LIBrary 10, but
  147. since they are so large, could you let me know how many characters each one
  148. will require so I can make certain we have sufficient LIBrary space.  Would it
  149. be all right with you if we did these one at a time?  I think the 320 x 200 x
  150. 16 would be the best.  What do you think?  I appreciate that you are willing to
  151. upload some GIFs.  Thanks again and take care.
  152.  
  153.           Sincerely,
  154.           Sysop/Betty Knight
  155.  
  156.  
  157.  
  158. #: 24575 S10/Graphics Util & GIF
  159.     03-Mar-91  22:02:44
  160. Sb: #24573-#c128 weather maps
  161. Fm: Anthony Marsh 72127,2301
  162. To: Sysop/Betty Knight 76703,4037 (X)
  163.  
  164. Yup, that's pretty much the way I see it too and why I haven't uploaded many
  165. more. There are a bunch of new ones, but they are marginal with GDS, which is
  166. what I use to screen them. I think 640 is ok, but 256 color do not come out
  167. well. I will upload a few new ones. Most are less than 25K. Tony
  168.  
  169.  
  170. #: 24593 S10/Graphics Util & GIF
  171.     08-Mar-91  08:32:20
  172. Sb: #24575-c128 weather maps
  173. Fm: Sysop/Betty Knight 76703,4037
  174. To: Anthony Marsh 72127,2301 (X)
  175.  
  176. Dear Tony,
  177.  
  178.      I have plenty of space in LIB 10 for any new GIFs you are willing to
  179. upload.  Thanks for all of the files you have uploaded.  Take care.
  180.  
  181.           Sincerely,
  182.           Sysop/Betty Knight
  183.  
  184. #: 24756 S10/Graphics Util & GIF
  185.     28-Mar-91  17:04:56
  186. Sb: #24573-#c128 weather maps
  187. Fm: Ed Flinn/Sysop 76703,4032
  188. To: [F] Wayne N. Keyser 72070,330 (X)
  189.  
  190. Wayne,
  191.    We've got two programs for making "big" photo scraps in our LIB 13. BIGCLP.B
  192. IN is BigClipper V2.1 by Nick Vrtis.  PSCRAP.BIN is Paint-Scrap V2.0 by Dennis
  193. N. Seitz.  Each has their adherents.  I think I like BIGCLP better, but that's
  194. not to knock PSCRAP.  Both are in ARC format, and run in GEOS 64 and 40-column
  195. GEOS 128.
  196.    When importing the over-size scraps into the geoPaint that comes with GEOS
  197. 2.0, you can "scale" them to size, tho it may be easier to do that reduction in
  198. 'Publish, and print with a 'Paint driver, as you suggested. The 'Paint drivers
  199. are *such* useful tools!
  200.    We've got quite a few tools for converting other formats to geoPaint.
  201. MAC2.BIN is Joe Buckley's program for converting Macpaints.  Be aware, tho,
  202. that Macpaints are usually stored in a Mac compressed format.  There are a
  203. number of such formats, and relatively few tools for expanding them. GETPIT.ARK
  204. in LIB 13 is a set of tools and instructions for expanding the PackIt
  205. compressed files (.PIT files) in CP/M mode on the 128.  .PIT files are very
  206. rare now.  On the CP/M forum, there is a package for expanding StuffIt
  207. compressed files (.SIT files.)  I've had some problems with that package, and
  208. it doesn't handle some of the compression modes of the most current version of
  209. StuffIt.
  210.    GEOGIF.BIN in LIB 13 converts GIF files to monochrome geoPaints.  It's an
  211. SFX (like SDA, but runs in both 64 and 128 mode) file.
  212.    GRSTRM.BIN in LIB 13 is another goodie from Joe Buckley, for converting
  213. Doodle, HI-Res, Print-Shop, PrintMaster and NewsRoom files to geoPaint and
  214. photo scraps.  Combine that with some of the tools from LIB 10, that'll convert
  215. other formats *to* Doodle, and you've quite a conversion toolkit.
  216.    Hope this helps.  If you've got more questions, just holler.  <grin>
  217.  
  218.  
  219. <ed>
  220.  
  221.  
  222. #: 24773 S10/Graphics Util & GIF
  223.     29-Mar-91  10:27:12
  224. Sb: #24756-c128 weather maps
  225. Fm: Wayne N. Keyser 72070,330
  226. To: Ed Flinn/Sysop 76703,4032 (X)
  227.  
  228. Thanks for (as ever) the wealth of information!
  229.  
  230. One thing I'm (looking right past and) missing: Are Doodle, Hi-Res, PrintMaster
  231. and Newsroom graphics kept in libraries in other sections?  Which ones,
  232. primarily?  Thanks again!
  233.  
  234.